home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / TC256D.ARJ / ISVGA256.H < prev    next >
C/C++ Source or Header  |  1991-07-25  |  3KB  |  84 lines

  1. /*****************************************
  2.  * Defines for  ISVGA256.BGI   driver    *
  3.  *        Thomas Design                  *
  4.  *        August 31, 1991                *
  5.  * Vers 2.2                              *
  6.  *****************************************/
  7.  
  8. #define  STD320x200    0        /* standard vga 320x200 by 256 */
  9. #define  VESA640x400   1        /* VESA vga modes */
  10. #define  VESA640x480   2
  11. #define  VESA800x600   3
  12. #define  VESA1024x768  4
  13. #define  VESA1280x1024 5
  14.  
  15. #define  ATI320x200    6        /* ATI VGA graphics modes */
  16. #define  ATI640x400    7
  17. #define  ATI640x480    8
  18. #define  ATI800x600    9
  19.  
  20. #define  DVGA320x200   0x0a     /* Orchid ProDesigner Plus */
  21. #define  DVGA640x350   0x0b     /* (Tseng Labs 3000 chipset) */
  22. #define  DVGA640x480   0x0c
  23. #define  DVGA800x600   0x0d
  24.  
  25. #define  PVGA320x200   0x0e     /* Paradise (Western Digital) */
  26. #define  PVGA640x400   0x0f
  27. #define  PVGA640x480   0x10
  28.  
  29. #define  TEC320x200    0x11     /* Tecmar */
  30. #define  TEC640x350    0x12
  31. #define  TEC640x400    0x13
  32. #define  TEC640x480    0x14
  33. #define  TEC800x600    0x15
  34.  
  35. #define  VID320x200    0x16     /* Video 7 (Headland Technologies) */
  36. #define  VID640x400    0x17
  37. #define  VID640x480    0x18
  38. #define  VID720x540    0x19
  39. #define  VID800x600    0x1a
  40.  
  41. #define  TRID320x200   0x1b     /* Trident chipsets */
  42. #define  TRID640x400   0x1c
  43. #define  TRID640x480   0x1d
  44. #define  TRID800x600   0x1e
  45.  
  46. #define  CHIP320x200   0x1f     /* Chips and Tech chipset */
  47. #define  CHIP640x400   0x20
  48. #define  CHIP640x480   0x21
  49. #define  CHIP800x600   0x22
  50.  
  51. #define  AHDA320x200   0x23     /* Ahead Systems VGA wizard deluxe (Rev A) */
  52. #define  AHDA640x400   0x24
  53. #define  AHDA640x480   0x25
  54. #define  AHDA800x600   0x26
  55.  
  56. #define  AHDB320x200   0x27     /* Ahead Systems VGA wizard deluxe (Rev B) */
  57. #define  AHDB640x400   0x28
  58. #define  AHDB640x480   0x29
  59. #define  AHDB800x600   0x2a
  60. #define  AHDB1024x768  0x2b
  61.  
  62. #define  EVRX320x200   0x2c     /* Everex */
  63. #define  EVRX640x400   0x2d
  64. #define  EVRX640x480   0x2e
  65. #define  EVRX800x600   0x2f
  66.  
  67. #define  OAK320x200    0x30     /* Oak Technology */
  68. #define  OAK640x480    0x31
  69. #define  OAK800x600    0x32
  70.  
  71. #define  TSG320x200    0x33     /* Orchid ProDesigner Plus II */
  72. #define  TSG640x400    0x34     /* (Tseng Labs 4000 chipset) */
  73. #define  TSG640x480    0x35
  74. #define  TSG800x600    0x36
  75. #define  TSG1024x768   0x37
  76.  
  77. #define  GEN320x200    0x38     /* Genoa GVGA */
  78. #define  GEN640x400    0x39
  79. #define  GEN640x480    0x3a
  80. #define  GEN800x600    0x3b
  81.  
  82. void               _Cdecl ISVGA256_driver(void);
  83. extern int far     _Cdecl ISVGA256_driver_far[];
  84.